home *** CD-ROM | disk | FTP | other *** search
- Path: crihan.fr!news
- From: Adam Machnik <Adam.Machnik@insa-rouen.fr>
- Newsgroups: comp.lang.c
- Subject: [Q]:Debugging unalocated memory
- Date: Mon, 18 Mar 1996 13:59:44 +0000
- Organization: INSA Rouen
- Message-ID: <314D6C50.2FE6@insa-rouen.fr>
- NNTP-Posting-Host: bart.insa-rouen.fr
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (X11; I; SunOS 5.4 sun4m)
-
- Hello,
- I have got the big problem, because I obtain SIGSEGV
- while call to malloc() in the program I am debugging.
- That is probably because somewhere I have corrupted
- internal data structures of malloc, for instance by
- freeing unalocated pointer... :(
- Could sb. tell me if there exist some utility in public
- domain that will inform me when I try to access unalocated
- memory ( Once, I have been using some util on the SUN-s
- to do it but I have forgotten the name... - it was long time ago -
- and besides it was comercial software... ).
- Please help !
-
- Adam
-